projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15eabe4
)
motion: Specify libmicrohttpd-ssl dependency
author
Daniel Engberg
<
[email protected]
>
Mon, 28 Jan 2019 20:18:47 +0000
(21:18 +0100)
committer
GitHub
<
[email protected]
>
Mon, 28 Jan 2019 20:18:47 +0000
(21:18 +0100)
Specify libmicrohttpd-ssl dependency
Signed-off-by: Daniel Engberg <
[email protected]
>
multimedia/motion/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/motion/Makefile
b/multimedia/motion/Makefile
index 80301c7705405167e8d36316667d564f9cee6795..597e960103eedfe88acd1c53e06d24d06ba48290 100644
(file)
--- a/
multimedia/motion/Makefile
+++ b/
multimedia/motion/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=motion
PKG_VERSION:=4.2.1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_MAINTAINER:=Roger D <
[email protected]
>
PKG_LICENSE:=GPLv2
@@
-28,7
+28,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/motion
SECTION:=multimedia
CATEGORY:=Multimedia
- DEPENDS:=+libjpeg +libpthread +libmicrohttpd
+ DEPENDS:=+libjpeg +libpthread +libmicrohttpd
-ssl
TITLE:=webcam motion sensing and logging
URL:=https://motion-project.github.io/
endef